1 namespace WindowsFormsApplication1
2 {
3     
partial class frmPuzzleGame
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmPuzzleGame));
33             
this.gbPuzzleBox = new System.Windows.Forms.GroupBox();
34             
this.btnShuffle = new System.Windows.Forms.Button();
35             
this.btnQuit = new System.Windows.Forms.Button();
36             
this.lblMovesMade = new System.Windows.Forms.Label();
37             
this.lblTimeElapsed = new System.Windows.Forms.Label();
38             
this.tmrTimeElapse = new System.Windows.Forms.Timer(this.components);
39             
this.btnPause = new System.Windows.Forms.Button();
40             
this.btnNext = new System.Windows.Forms.Button();
41             
this.gbOriginal = new System.Windows.Forms.GroupBox();
42             
this.pbx1 = new System.Windows.Forms.PictureBox();
43             
this.pbx2 = new System.Windows.Forms.PictureBox();
44             
this.pbx3 = new System.Windows.Forms.PictureBox();
45             
this.pbx4 = new System.Windows.Forms.PictureBox();
46             
this.pbx5 = new System.Windows.Forms.PictureBox();
47             
this.pbx6 = new System.Windows.Forms.PictureBox();
48             
this.pbx7 = new System.Windows.Forms.PictureBox();
49             
this.pbx8 = new System.Windows.Forms.PictureBox();
50             
this.pbx9 = new System.Windows.Forms.PictureBox();
51             
this.gbPuzzleBox.SuspendLayout();
52             ((System.ComponentModel.ISupportInitialize)(
this.pbx1)).BeginInit();
53             ((System.ComponentModel.ISupportInitialize)(
this.pbx2)).BeginInit();
54             ((System.ComponentModel.ISupportInitialize)(
this.pbx3)).BeginInit();
55             ((System.ComponentModel.ISupportInitialize)(
this.pbx4)).BeginInit();
56             ((System.ComponentModel.ISupportInitialize)(
this.pbx5)).BeginInit();
57             ((System.ComponentModel.ISupportInitialize)(
this.pbx6)).BeginInit();
58             ((System.ComponentModel.ISupportInitialize)(
this.pbx7)).BeginInit();
59             ((System.ComponentModel.ISupportInitialize)(
this.pbx8)).BeginInit();
60             ((System.ComponentModel.ISupportInitialize)(
this.pbx9)).BeginInit();
61             
this.SuspendLayout();
62             
//
63             
// gbPuzzleBox
64             
//
65             
this.gbPuzzleBox.Controls.Add(this.pbx1);
66             
this.gbPuzzleBox.Controls.Add(this.pbx2);
67             
this.gbPuzzleBox.Controls.Add(this.pbx3);
68             
this.gbPuzzleBox.Controls.Add(this.pbx4);
69             
this.gbPuzzleBox.Controls.Add(this.pbx5);
70             
this.gbPuzzleBox.Controls.Add(this.pbx6);
71             
this.gbPuzzleBox.Controls.Add(this.pbx7);
72             
this.gbPuzzleBox.Controls.Add(this.pbx8);
73             
this.gbPuzzleBox.Controls.Add(this.pbx9);
74             
this.gbPuzzleBox.Location = new System.Drawing.Point(33, 4);
75             
this.gbPuzzleBox.Name = "gbPuzzleBox";
76             
this.gbPuzzleBox.Size = new System.Drawing.Size(427, 433);
77             
this.gbPuzzleBox.TabIndex = 0;
78             
this.gbPuzzleBox.TabStop = false;
79             
//
80             
// btnShuffle
81             
//
82             
this.btnShuffle.BackColor = System.Drawing.Color.White;
83             
this.btnShuffle.FlatStyle = System.Windows.Forms.FlatStyle.System;
84             
this.btnShuffle.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85             
this.btnShuffle.Location = new System.Drawing.Point(589, 415);
86             
this.btnShuffle.Name = "btnShuffle";
87             
this.btnShuffle.Size = new System.Drawing.Size(86, 42);
88             
this.btnShuffle.TabIndex = 1;
89             
this.btnShuffle.Text = "Chơi Lại";
90             
this.btnShuffle.UseVisualStyleBackColor = false;
91             
this.btnShuffle.Click += new System.EventHandler(this.btnShuffle_Click);
92             
//
93             
// btnQuit
94             
//
95             
this.btnQuit.BackColor = System.Drawing.Color.White;
96             
this.btnQuit.FlatStyle = System.Windows.Forms.FlatStyle.System;
97             
this.btnQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98             
this.btnQuit.Location = new System.Drawing.Point(794, 415);
99             
this.btnQuit.Name = "btnQuit";
100             
this.btnQuit.Size = new System.Drawing.Size(86, 42);
101             
this.btnQuit.TabIndex = 1;
102             
this.btnQuit.Text = "Thoát";
103             
this.btnQuit.UseVisualStyleBackColor = false;
104             
this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
105             
//
106             
// lblMovesMade
107             
//
108             
this.lblMovesMade.AutoSize = true;
109             
this.lblMovesMade.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110             
this.lblMovesMade.ForeColor = System.Drawing.SystemColors.Highlight;
111             
this.lblMovesMade.Location = new System.Drawing.Point(62, 454);
112             
this.lblMovesMade.Name = "lblMovesMade";
113             
this.lblMovesMade.Size = new System.Drawing.Size(81, 19);
114             
this.lblMovesMade.TabIndex = 2;
115             
this.lblMovesMade.Text = "Lượt Đi : ";
116             
//
117             
// lblTimeElapsed
118             
//
119             
this.lblTimeElapsed.AutoSize = true;
120             
this.lblTimeElapsed.Font = new System.Drawing.Font("Impact", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121             
this.lblTimeElapsed.ForeColor = System.Drawing.SystemColors.Highlight;
122             
this.lblTimeElapsed.Location = new System.Drawing.Point(566, 316);
123             
this.lblTimeElapsed.Name = "lblTimeElapsed";
124             
this.lblTimeElapsed.Size = new System.Drawing.Size(264, 80);
125             
this.lblTimeElapsed.TabIndex = 3;
126             
this.lblTimeElapsed.Text = "00:00:00";
127             
//
128             
// tmrTimeElapse
129             
//
130             
this.tmrTimeElapse.Enabled = true;
131             
this.tmrTimeElapse.Interval = 900;
132             
this.tmrTimeElapse.Tick += new System.EventHandler(this.UpdateTimeElapsed);
133             
//
134             
// btnPause
135             
//
136             
this.btnPause.Enabled = false;
137             
this.btnPause.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
138             
this.btnPause.Location = new System.Drawing.Point(692, 415);
139             
this.btnPause.Name = "btnPause";
140             
this.btnPause.Size = new System.Drawing.Size(86, 42);
141             
this.btnPause.TabIndex = 4;
142             
this.btnPause.Text = "Tạm Dừng";
143             
this.btnPause.UseVisualStyleBackColor = true;
144             
this.btnPause.Click += new System.EventHandler(this.PauseOrResume);
145             
//
146             
// btnNext
147             
//
148             
this.btnNext.BackColor = System.Drawing.Color.White;
149             
this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.System;
150             
this.btnNext.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
151             
this.btnNext.Location = new System.Drawing.Point(497, 415);
152             
this.btnNext.Name = "btnNext";
153             
this.btnNext.Size = new System.Drawing.Size(86, 42);
154             
this.btnNext.TabIndex = 5;
155             
this.btnNext.Text = "Next";
156             
this.btnNext.UseVisualStyleBackColor = false;
157             
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
158             
//
159             
// gbOriginal
160             
//
161             
this.gbOriginal.BackgroundImage = global::WindowsFormsApplication1.Properties.Resources.original;
162             
this.gbOriginal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
163             
this.gbOriginal.Location = new System.Drawing.Point(535, 12);
164             
this.gbOriginal.Name = "gbOriginal";
165             
this.gbOriginal.Size = new System.Drawing.Size(315, 282);
166             
this.gbOriginal.TabIndex = 0;
167             
this.gbOriginal.TabStop = false;
168             
//
169             
// pbx1
170             
//
171             
this.pbx1.Location = new System.Drawing.Point(17, 23);
172             
this.pbx1.Name = "pbx1";
173             
this.pbx1.Size = new System.Drawing.Size(130, 130);
174             
this.pbx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
175             
this.pbx1.TabIndex = 0;
176             
this.pbx1.TabStop = false;
177             
this.pbx1.Click += new System.EventHandler(this.SwitchPictureBox);
178             
//
179             
// pbx2
180             
//
181             
this.pbx2.Location = new System.Drawing.Point(149, 23);
182             
this.pbx2.Name = "pbx2";
183             
this.pbx2.Size = new System.Drawing.Size(130, 130);
184             
this.pbx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
185             
this.pbx2.TabIndex = 0;
186             
this.pbx2.TabStop = false;
187             
this.pbx2.Click += new System.EventHandler(this.SwitchPictureBox);
188             
//
189             
// pbx3
190             
//
191             
this.pbx3.Location = new System.Drawing.Point(281, 23);
192             
this.pbx3.Name = "pbx3";
193             
this.pbx3.Size = new System.Drawing.Size(130, 130);
194             
this.pbx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
195             
this.pbx3.TabIndex = 0;
196             
this.pbx3.TabStop = false;
197             
this.pbx3.Click += new System.EventHandler(this.SwitchPictureBox);
198             
//
199             
// pbx4
200             
//
201             
this.pbx4.Location = new System.Drawing.Point(17, 155);
202             
this.pbx4.Name = "pbx4";
203             
this.pbx4.Size = new System.Drawing.Size(130, 130);
204             
this.pbx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
205             
this.pbx4.TabIndex = 0;
206             
this.pbx4.TabStop = false;
207             
this.pbx4.Click += new System.EventHandler(this.SwitchPictureBox);
208             
//
209             
// pbx5
210             
//
211             
this.pbx5.Location = new System.Drawing.Point(149, 155);
212             
this.pbx5.Name = "pbx5";
213             
this.pbx5.Size = new System.Drawing.Size(130, 130);
214             
this.pbx5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
215             
this.pbx5.TabIndex = 0;
216             
this.pbx5.TabStop = false;
217             
this.pbx5.Click += new System.EventHandler(this.SwitchPictureBox);
218             
//
219             
// pbx6
220             
//
221             
this.pbx6.Location = new System.Drawing.Point(281, 155);
222             
this.pbx6.Name = "pbx6";
223             
this.pbx6.Size = new System.Drawing.Size(130, 130);
224             
this.pbx6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
225             
this.pbx6.TabIndex = 0;
226             
this.pbx6.TabStop = false;
227             
this.pbx6.Click += new System.EventHandler(this.SwitchPictureBox);
228             
//
229             
// pbx7
230             
//
231             
this.pbx7.Location = new System.Drawing.Point(17, 287);
232             
this.pbx7.Name = "pbx7";
233             
this.pbx7.Size = new System.Drawing.Size(130, 130);
234             
this.pbx7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
235             
this.pbx7.TabIndex = 0;
236             
this.pbx7.TabStop = false;
237             
this.pbx7.Click += new System.EventHandler(this.SwitchPictureBox);
238             
//
239             
// pbx8
240             
//
241             
this.pbx8.Location = new System.Drawing.Point(149, 287);
242             
this.pbx8.Name = "pbx8";
243             
this.pbx8.Size = new System.Drawing.Size(130, 130);
244             
this.pbx8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
245             
this.pbx8.TabIndex = 0;
246             
this.pbx8.TabStop = false;
247             
this.pbx8.Click += new System.EventHandler(this.SwitchPictureBox);
248             
//
249             
// pbx9
250             
//
251             
this.pbx9.Location = new System.Drawing.Point(281, 287);
252             
this.pbx9.Name = "pbx9";
253             
this.pbx9.Size = new System.Drawing.Size(130, 130);
254             
this.pbx9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
255             
this.pbx9.TabIndex = 0;
256             
this.pbx9.TabStop = false;
257             
this.pbx9.Click += new System.EventHandler(this.SwitchPictureBox);
258             
//
259             
// frmPuzzleGame
260             
//
261             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
262             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
263             
this.ClientSize = new System.Drawing.Size(914, 495);
264             
this.Controls.Add(this.btnNext);
265             
this.Controls.Add(this.btnPause);
266             
this.Controls.Add(this.lblTimeElapsed);
267             
this.Controls.Add(this.lblMovesMade);
268             
this.Controls.Add(this.btnQuit);
269             
this.Controls.Add(this.btnShuffle);
270             
this.Controls.Add(this.gbOriginal);
271             
this.Controls.Add(this.gbPuzzleBox);
272             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
273             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
274             
this.MaximizeBox = false;
275             
this.MinimizeBox = false;
276             
this.Name = "frmPuzzleGame";
277             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
278             
this.Text = "Game Đố Hình Thông Minh";
279             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AskPermissionBeforeQuite);
280             
this.Load += new System.EventHandler(this.Form1_Load);
281             
this.gbPuzzleBox.ResumeLayout(false);
282             ((System.ComponentModel.ISupportInitialize)(
this.pbx1)).EndInit();
283             ((System.ComponentModel.ISupportInitialize)(
this.pbx2)).EndInit();
284             ((System.ComponentModel.ISupportInitialize)(
this.pbx3)).EndInit();
285             ((System.ComponentModel.ISupportInitialize)(
this.pbx4)).EndInit();
286             ((System.ComponentModel.ISupportInitialize)(
this.pbx5)).EndInit();
287             ((System.ComponentModel.ISupportInitialize)(
this.pbx6)).EndInit();
288             ((System.ComponentModel.ISupportInitialize)(
this.pbx7)).EndInit();
289             ((System.ComponentModel.ISupportInitialize)(
this.pbx8)).EndInit();
290             ((System.ComponentModel.ISupportInitialize)(
this.pbx9)).EndInit();
291             
this.ResumeLayout(false);
292             
this.PerformLayout();
293
294         }
295
296         
#endregion
297
298         
private System.Windows.Forms.GroupBox gbPuzzleBox;
299         
private System.Windows.Forms.GroupBox gbOriginal;
300         
private System.Windows.Forms.PictureBox pbx3;
301         
private System.Windows.Forms.PictureBox pbx9;
302         
private System.Windows.Forms.PictureBox pbx6;
303         
private System.Windows.Forms.PictureBox pbx2;
304         
private System.Windows.Forms.PictureBox pbx8;
305         
private System.Windows.Forms.PictureBox pbx5;
306         
private System.Windows.Forms.PictureBox pbx1;
307         
private System.Windows.Forms.PictureBox pbx7;
308         
private System.Windows.Forms.PictureBox pbx4;
309         
private System.Windows.Forms.Button btnShuffle;
310         
private System.Windows.Forms.Button btnQuit;
311         
private System.Windows.Forms.Label lblMovesMade;
312         
private System.Windows.Forms.Label lblTimeElapsed;
313         
private System.Windows.Forms.Timer tmrTimeElapse;
314         
private System.Windows.Forms.Button btnPause;
315         
private System.Windows.Forms.Button btnNext;
316     }
317 }


Gõ tìm kiếm nhanh...